home *** CD-ROM | disk | FTP | other *** search
Makefile | 2004-10-22 | 677 b | 19 lines |
- # DEMOS\Exmaples\Pascal\CLR\GDIPlus makefile
-
- default: Brushes Images Pens Text
-
- Brushes Images Pens Text:
- cd $@
- $(MAKE) -f $(MAKEFILENAME) $(MAKESWTS) -$(MAKEFLAGS) $(MAKEDEFS) -DMAKEDEFS="$(MAKEDEFS)" -DTARGET=$(TARGET) $(TARGET)
- cd $(PASEXAMPLES)\CLR\GDIPlus
-
- debug:
- $(MAKE) -f $(MAKEFILENAME) $(MAKESWTS) -$(MAKEFLAGS) -DDEBUG -DMAKEDEFS="-DDEBUG $(MAKEDEFS)" -DTARGET=debug default
-
- integration:
- $(MAKE) -f $(MAKEFILENAME) $(MAKESWTS) -$(MAKEFLAGS) -DMAKEDEFS="$(MAKEDEFS)" -DTARGET=integration default
-
- clean:
- $(MAKE) -f $(MAKEFILENAME) $(MAKESWTS) -$(MAKEFLAGS) -DMAKEDEFS="$(MAKEDEFS)" -DTARGET=clean default
-
- spotless: clean